P+ - Zero Suit Samus - Action - 0x113 SpecialS
Entry Script
- IntVariableSet { variable: RandomAccessInt (0x0), value: 2 }
- IntVariableSet { variable: RandomAccessInt(ThrowDataParam1), value: 2 }
- CreateInterrupt { interrupt_id: None, action: Wait, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(OnGround)
- CreateInterrupt { interrupt_id: None, action: Fall, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(InAir)
- GenerateArticle { article_id: 2, subaction_only: true }
- if (OnGround)
- ChangeSubactionRestartFrame(SpecialS)
- UnknownEvent { namespace: 0x10, code: 0x4, unk1: 0x0, arguments: [Value(2), Value(3)] }
- UnknownEvent { namespace: 0x10, code: 0x4, unk1: 0x0, arguments: [Value(0), Value(6)] }
- SetEdgeSlide(Unknown(2))
- SetAirGround(6)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- Subroutine(0x20cb0)
- DisableInterruptGroup(AirLanding)
- ChangeSubactionRestartFrame(SpecialAirS)
- UnknownEvent { namespace: 0x10, code: 0x4, unk1: 0x0, arguments: [Value(2), Value(4)] }
- UnknownEvent { namespace: 0x10, code: 0x4, unk1: 0x0, arguments: [Value(0), Value(7)] }
- SetEdgeSlide(Airbourne)
- SetAirGround(10)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
- loop Infinite times:
- LoopRest
- if (OnGround)
- ChangeSubaction(SpecialS)
- UnknownEvent { namespace: 0xf, code: 0x4, unk1: 0x0, arguments: [Value(3), Value(1109)] }
- SetEdgeSlide(Unknown(2))
- SetAirGround(6)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- ChangeSubaction(SpecialAirS)
- UnknownEvent { namespace: 0xf, code: 0x4, unk1: 0x0, arguments: [Value(3), Value(1109)] }
- SetEdgeSlide(Airbourne)
- SetAirGround(10)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
Exit Script
- Subroutine(Offset { offset: 0x19720, origin: 0x19450 })